Overload | Description |
---|---|
BTreeList<T> Constructor() | Constructs a BTreeList instance. |
BTreeList<T> Constructor(IComparer<T>) | Constructs a BTreeList instance. |
BTreeList<T> Constructor(Int32,IComparer<T>) | Constructs a BTreeList instance. |
BTreeList<T> Constructor(IEnumerable<T>) | Constructs a BTreeList instance. |
BTreeList<T> Constructor(IComparer<T>,IEnumerable<T>) | Constructs a BTreeList instance. |
BTreeList<T> Constructor(Int32,IComparer<T>,IEnumerable<T>) | Constructs a BTreeList instance. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7